Sprite Factory

ReadMe
Release Notes
Overview
Using the Editor
Upgrading

Concepts
Sprites
Master Sprites
Sprite Groups
Colliders
Locators
Material Sets
SpriteUpdater
SpriteCamera

Advanced
Working in Multiple Projects

Classes
Runtime Classes

Videos
Overview
Creating Sprites
Sprite Inspector
Frame Events
Collision System
Locator System
Material Sets

Links
Sprite Factory Site
Web Documentation
Support
Contact

SpriteFactory.SpriteUpdater.UpdateCycle

Enumeration

The MonoBehaviour update cycle in which SpriteUpdater updates Sprites.

Values

   
Name   Description
Update   Update in the Update() function.
FixedUpdate   Update in the FixedUpdate() function.
LateUpdate   Update in the LateUpdate() function.
Manual   Do not update.